-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change jsxImportSource to react #2184
Conversation
🦋 Changeset detectedLatest commit: d2e373a The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
@@ Coverage Diff @@
## next #2184 +/- ##
==========================================
- Coverage 96.57% 96.56% -0.02%
==========================================
Files 259 259
Lines 20481 20523 +42
Branches 1938 1928 -10
==========================================
+ Hits 19780 19818 +38
- Misses 693 702 +9
+ Partials 8 3 -5
|
247b0ae
to
79e4fdf
Compare
79e4fdf
to
d2e373a
Compare
Fixes #2163.
Purpose
Emotion.js is still included in the bundle for stable components because it is configured as the
jsxImportSource
.Approach and changes
jsxImportSource
from@emotion/react
toreact
and added a compiler directive override to all files that still use Emotion.jsDefinition of done